Latest Questions

How do I graph data from hidden cells?

The black area contains a graph, when I hide the data the graph vanishes. I can still click on the graph and check/uncheck the "Show data in hidden rows and col

getting most liked posts by users using act as votable gem rails

I want to display the top 10 users whose posts got the most likes in past 2 hours, how can I do that inquest index to get user <%@users.each do |user| %>

Deployment of Bicep fails on Visual Studio Code - Unexpected character encountered while parsing value: r. Path ''

I would like to deploy simple bicep for deploying Azure Storage. But I'm getting strange errors. Could it be that there is compatibility issues on Az or powersh

How can I eliminate this disproportionate vertical gap between my x-axis and data in matplotlib? [duplicate]

I have been testing a regression model by graphing its output in matplotlib, but when I do I end up getting a really tall graph with a gap in

getting error while installing kured using fleet

the error iam getting is: error while running post render on files:invalid cluster scoped object[name=namespaces-kured kind=ClusterRole apiversion:rbac.authoriz

How to use "git describe" with dev and main (with tags) branches

I'm trying to setup a repository as if it there will be collaboration in the future, but for now it's just me using it. My intention is to use three branch tier

Responsive Font-Size (vary size using word size)

I'm trying to make the words always occupy 90% of the space of a box, but the problem arises when I don't know the size of these words, as they will be written

Facade does not implement getFacadeAccessor method

I got this error message after trying to downgrade laravel 9 to 8 cause i recently downgraded my php version from 8 to 7.3 In Facade.php line 178:

SciChart: Working with JavaScript Heatmap Chart

I am using SciChart Library for showing JS Heatmap Chart. According to the below documentation, the zValues variable is generated using iterate function but whe

window.onstorage event doesn't seem to trigger

I'm working on a workaround with a synch'ing parent window, child window and grandchild window. I want to refresh the parent from the grandchild in case the chi

JPA cascading delete fails with custom delete method

I ran into an error with custom delete method in spring data jpa. Basically there's a bag which contains items, and when deleting the bag, all the items in it s

KMM ios flow.combine throwing no event loop error

suspend fun heyStackOverFlow(): Int { val flow1 = flow<Int> { 1 } val flow2 = flow<Int> { 2 } return flow1.combine(flow2) { f1, f2 ->

Make cells in table editable react-virtualized

So I created a large list and I can get it to display and all that, but I need it to be editable.... so far I've tried: putting in an html input tag, which does

Why does adding new properties to the graph style sheet not work in Neo4j?

The Developer guide for Neo4j Browser User Interface says that I can run :style, export it, modify it and drag it back to change the style. I try changing the d

SQL Indexing not improving speed

Given an SQL database with index for (startpage, endpage), with a relation Articles(*ID*, title, startpage, endpage), why isn't a query SELECT title FROM Artic

Trying to open image with pysimplegui, but getting error window pop up

I am following this tutorial to try and get an image to show up in a window with pysimplegui. https://www.youtube.com/watch?v=KtlGrgWf6Y8 import PySimpleGUI as

does the IndexedDB Wrapper Dexie.js support all kinds of Web browser?

I'm planning to use IndexedDB Wrapper Dexie.js for my react.js application. Does Dexie.js support all kinds of web browsers? If there is any limitation, kindly

Trim data on matplotlib diagonally

Can anyone help me with how to trim plot data on the left side of this straight line besides doing it manually on excel? Thanks enter image description here I'm

The argument type 'EdgeInsets' can't be assigned to the parameter type 'MaterialStateProperty<EdgeInsetsGeometry?>?'

I am trying to add some padding to my widget but i am encountering this problem: TextButton( style: ButtonStyle( padding: EdgeInsets.symmetric(vertical: 2

Leaflet : Suddenly I'm getting this error message: Failed to load resource: the server responded with a status of 403 ()

Suddenly I'm getting this error message, strange to me since I haven't been touching the map part : Failed to load resource: the server responded with a statu

Weird timezone issue with pytz

>>> import pytz >>> pytz.timezone('Asia/Hong_Kong') <DstTzInfo 'Asia/Hong_Kong' LMT+7:37:00 STD> A seven hour and 37 minute offset? Th

Error: can not delete or update parent row

I'm trying to Delete all the records related to this supplier from all relevant tables for Supplier with supplierNum = S3. But when I try to delete, I get an er

MySQL slow concurrent/parallel queries in Python

We are using very simple SELECT … WHERE queries (1000 rows, from a very small table with 18000 entries) to load time series data for plotting (for testin

Flutter error building for iOS "ld: framework not found"

I've been working for a few weeks on a Flutter app which I run on Android and iOS. It worked well until some days ago I upgraded the flutter version and some pa

What Is The Right Way to Call A Google Cloud Function via A Next.js (with Typescript) App?

The component that I have doing an API call looks like this: import React from 'react'; import { Button } from 'react-bootstrap'; class Middle extends React.Co

Can I deal with vector fields in sympy without specifying coordinate system?

I have differential equations for two vector fields: diffusion equation for magnetic field and Navier-Stokes equation for fluid velocity. I am interested in tra

How to execute the Kafka Consumer file from Javascript

I have used KafkaJS library and configured an consumer code to fetch messages from a topic of one of my streaming API. I have created a consumer.js file and I'm

How to bulk edit/replace numbers in Notepad++

I want to change the following: 0.25 10.00 10.00 to "0.25" "10.00" "10.00" So that means changing to: "(number)"

TestNG - Test fixture in the style of pytest

Writing Appium tests with TestNG. I'd like to pass the AppiumDriver to my test methods as an argument, so I don't have to remember to get it in every test. For

Espocrm with Traefik

I want to use traefik for Espocrm docker-compose.yml file and i tried something but it didn't work can someone help me out this situation. I'm using traefik bec